GetItem Method (IListBase<T>)
Returns the item with the specified text.

C# Syntax

T GetItem( 
   string text
)

Parameters

text
The text of the item to return.